home *** CD-ROM | disk | FTP | other *** search
/ Digital Background Bonanza / Digital Background Bonanza - Disc 2.iso / pc / Slideshow2.swf / scripts / DefineButton2_34 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2007-03-09  |  97 b   |  5 lines

  1. on(keyPress "<Down>"){
  2.    _root.gotoAndStop(_root._totalFrames);
  3.    _parent.updateFrame();
  4. }
  5.